Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapes Interface / Range Method / Range(Int32[]) Method
The individual shapes to be included in the range.


In This Topic
Range(Int32[]) Method
In This Topic
Gets a IShapeRange object that represents a subset of the shapes in a IShapes collection.
Syntax
'Declaration
 
Overloads Function Range( _
   ByVal ParamArray indexes() As Integer _
) As IShapeRange
 
'Usage
 
Dim instance As IShapes
Dim indexes() As Integer
Dim value As IShapeRange
 
value = instance.Range(indexes)

Parameters

indexes
The individual shapes to be included in the range.

Return Value

The subset of the shapes in a IShapes collection.
See Also